home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 66
/
Vol 66.iso
/
interfac
/
md.000
/
scripts
/
DefineSprite_72
/
frame_1
/
DoAction.as
Wrap
Text File
|
2013-04-24
|
736b
|
26 lines
onEnterFrame = function()
{
if(_root.conectado == 1)
{
if(feito != 1)
{
loadVariables("http://www.topgames.com.br/cd/noticias_cd.php",this.not_corridas);
feito = 1;
}
this.not_corridas.bt_noticia.useHandCursor = true;
this.not_corridas.bt_noticia.enabled = true;
}
else
{
this.not_corridas.gotoAndStop(1);
this.not_corridas.texto = "Para visualizar as últimas notícias, conecte-se à internet";
this.not_corridas.bt_noticia.useHandCursor = false;
this.not_corridas.bt_noticia.enabled = false;
}
if(this.not_corridas.carregado == 1)
{
this.not_corridas.play();
this.not_corridas.carregado = 0;
}
};